home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / JComboBox$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  666 b   |  27 lines

  1. package javax.swing;
  2.  
  3. import javax.swing.event.AncestorEvent;
  4. import javax.swing.event.AncestorListener;
  5.  
  6. final class JComboBox$1 implements AncestorListener {
  7.    // $FF: synthetic field
  8.    private final JComboBox this$0;
  9.  
  10.    // $FF: synthetic method
  11.    JComboBox$1(JComboBox var1) {
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public void ancestorAdded(AncestorEvent var1) {
  16.       this.this$0.hidePopup();
  17.    }
  18.  
  19.    public void ancestorMoved(AncestorEvent var1) {
  20.       this.this$0.hidePopup();
  21.    }
  22.  
  23.    public void ancestorRemoved(AncestorEvent var1) {
  24.       this.this$0.hidePopup();
  25.    }
  26. }
  27.